SetPressureNotificationsSuppressedRequest

data class SetPressureNotificationsSuppressedRequest(suppressed: Boolean)

Represents request frame that can be used with Memory#setPressureNotificationsSuppressed operation call.

Enable/disable suppressing memory pressure notifications in all processes.

See also

Constructors

fun SetPressureNotificationsSuppressedRequest(suppressed: Boolean)

Properties

suppressed
Link copied to clipboard
val suppressed: Boolean
If true, memory pressure notifications will be suppressed.

Sources

jvm source
Link copied to clipboard